Package com.cisco.pt.mu
Class PTSaveInfo
java.lang.Object
com.cisco.pt.mu.PTSaveInfo
This class defines data for the Save request message.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPTSaveInfo(UUID ptid, String clusterId, int depthLeft) Save information for a Save Net Request -
Method Summary
-
Field Details
-
ptid
-
clusterId
-
depthLeft
public int depthLeft
-
-
Constructor Details
-
PTSaveInfo
Save information for a Save Net Request- Parameters:
ptid- The PT instance IDclusterId- The ID of the cluster being processeddepthLeft- How much depth is left to process
-
-
Method Details